home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / dfÜ / bbs / tronbbs / tron / scripts / callhub next >
Encoding:
AmigaDOS Script File  |  1996-07-16  |  498 b   |  30 lines

  1. .key node
  2. .def node=14:103/2
  3.  
  4.  
  5. ;;; Script to poll your host/hub and disconnect the user if online.
  6.  
  7.  
  8. tron -m -1 "You will be disconnected in 2 minutes for a mail call."
  9.  
  10. wait 60
  11.  
  12. tron -m -1 "You will be disconnected in a minute for a mail call."
  13.  
  14. wait 60
  15.  
  16. tron -m -1 "You are disconnected for a mail call."
  17. tron -l -1
  18.  
  19. wait 10
  20.  
  21. ;;;   tron -c -1 <node>          ;call  1x
  22. ;;;   caller <node>              ;call 10x
  23.  
  24.  
  25. caller <node> -N3 -D180          ;3 tries, 3 minutes delay, node 1
  26.  
  27.  
  28. lastcallers
  29.  
  30.